home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / binaries / Windows / BDK / beanbox / run.bat < prev    next >
Encoding:
DOS Batch File  |  1997-05-27  |  90 b   |  4 lines

  1. if "%OS%" == "Windows_NT" setlocal
  2. set CLASSPATH=classes
  3. java sun.beanbox.BeanBoxFrame
  4.